home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / neuralwa / nw2v50 / fullconn.iif < prev    next >
Text File  |  1993-08-23  |  296b  |  12 lines

  1. inst4.0        ! Fully connect layer n1 to n2 with variable weights
  2. ! n1 = source layer, n2 = destination layer, f0 = initial weights
  3. =SPEl    n2            !destination layer
  4. @SlPE
  5. =NPEl    n1            !source layer
  6. @NrPE
  7. =cnsc    WRel
  8. =cnty    WVar
  9. =cnwt    f0                      !can randomize later
  10. @LCFl                !full connections
  11.  
  12.